release notes
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 16 Mar 2006 13:31:11 +0000 (13:31 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 16 Mar 2006 13:31:11 +0000 (13:31 +0000)
ChangeLog
ChangeLog.pre-2-10
README.in

index 9fe3b104e38ee3f8c18bc4d8cebf18011c72b485..d3a1f96adbf8282a7778eb5fe51d2f1980f01072 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-03-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * README.in: Add a note about GtkNotebook signals.
+
+2006-03-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_button_released) 
+       (gtk_combo_box_list_key_press): Popdown the list before changing
+       the active iter, otherwise people will be surprised by the
+       grabs that are still in place when their ::changed handler
+       runs. 
+
 2006-03-15  Dom Lachowicz <cinamod@hotmail.com>
 
        * modules/engines/ms-windows/msw_style.c: Override style->realize/
index 9fe3b104e38ee3f8c18bc4d8cebf18011c72b485..d3a1f96adbf8282a7778eb5fe51d2f1980f01072 100644 (file)
@@ -1,3 +1,15 @@
+2006-03-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * README.in: Add a note about GtkNotebook signals.
+
+2006-03-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_list_button_released) 
+       (gtk_combo_box_list_key_press): Popdown the list before changing
+       the active iter, otherwise people will be surprised by the
+       grabs that are still in place when their ::changed handler
+       runs. 
+
 2006-03-15  Dom Lachowicz <cinamod@hotmail.com>
 
        * modules/engines/ms-windows/msw_style.c: Override style->realize/
index 06318a0f85a49cb454eb0608fae07c4dce841533..1e347ecf4976f6eeb4bd5da56eb30081086253f0 100644 (file)
--- a/README.in
+++ b/README.in
@@ -60,6 +60,12 @@ Release notes for 2.10
   when the user clicks close. It is the applications responsibility to
   hide or destroy the dialog.
 
+* Several new signals have been added to GtkNotebook. Care has been taken
+  to choose signal names which do not collide with signals added by well-known
+  derived classes. The names which can no longer be used for signals in 
+  objects derived from GtkNotebook are page-reordered, page-removed and
+  page-added.
+
 Release notes
 =============